PBox(long xLeft, long yTop, long xRight, long yBottom);
Drawing rounded rectangles. To draw a rounded rectangle, use the PBox command followed by the PRoundedCorners command.long xLeft;
x coordinate of top-left corner in twipslong yTop;
y coordinate of top-left corner in twipslong xRight;
x coordinate of bottom-right corner in twipslong yBottom;
y coordinate of bottom-right corner in twips
Layout view only. The PBox command works only in layout view.
Example. The following example draws a box with the specified top-left corner coordinates (five inches, four inches) and the bottom-right corner coordinates (seven inches, six inches).
long x = twips("1i");
PBox(5 * x, 4 * x, 7 * x, 6 * x):
Adobe PageMaker 6.5 Help > Commands > Element > Rounded Corners
Adobe PageMaker 6.5 Help > Commands > Element > Fill and Line
Comments or suggestions? Contact Adobe Developer Support